@extend .dim-label;
}
+ block-cursor {
+ @include entry(block_cursor);
+ }
+
&.flat {
&:focus, &:backdrop, &:disabled, &:backdrop:disabled, & {
min-height: 0;
// use the default one
//
// possible $t values:
-// normal, focus, insensitive, backdrop, backdrop-insensitive, osd, osd-focus, osd-backdrop;
+// normal, focus, insensitive, backdrop, backdrop-insensitive, osd, osd-focus, osd-backdrop, block_cursor;
//
$_blank_edge: if($edge == none, none, 0 1px transparentize($edge, 1));
text-shadow: none;
-gtk-icon-shadow: none;
}
+ @if $t==block_cursor {
+ color: $base_color;
+ background-color: $text_color;
+ }
}
// buttons